home *** CD-ROM | disk | FTP | other *** search
/ Aminet 9 / Aminet 9 (1995)(GTI - Schatztruhe)[!][Dec 1995].iso / Aminet / game / misc / GT_MakeMap.readme < prev    next >
Text File  |  1995-09-20  |  2KB  |  80 lines

  1. Short:    Galaxy tool that generates a map from your turn report.
  2. Author:   slothoub@xs4all.nl (Frans Slothouber)
  3. Uploader: slothoub@xs4all.nl (Frans Slothouber)
  4. Type:     game/misc
  5. Action:   NoStart
  6.  
  7.  
  8. FUNCTION:
  9.  
  10. This is a tool for Galaxy, a highly addictive play-by-e-mail
  11. intergalatic wargame.  If you never played galaxy before you
  12. might take a look at my homepage on:
  13.    http://www.xs4all.nl/~slothoub.
  14. This contains links to other galaxy pages, and contains more
  15. info about the galaxy tools I have made.
  16.  
  17. This particular tool creates, given a turn report, a gnuplot
  18. program that makes a map of your current situation in the
  19. galaxy.
  20.  
  21. This map includes:
  22. o Your Planets
  23. o Your Enemies Planets
  24. o All  Uninhabited planets.
  25. o Your Ships
  26. o Your Enemies Ships.
  27.  
  28. MakeMap creates six files:
  29. 1 planets.mine   a list of all your planets.
  30. 2 planets.full   a list of all planets of your enemies.
  31. 3 planets.empty  a list of all Uninhabited planets.
  32. 4 ships.mine     a list with all your ships.
  33. 5 ships.enem     a list with all your enemies ships.
  34. 6 galaxy.map     the gnuplot file.
  35.  
  36. If you provide the MakeMap with an additional circ.planets file
  37. it will also draw a 20 ly circle around all the planets
  38. that you put in this file.
  39. Each entry in this file should have the format:
  40. <name>  <x-coordinate> <y-coordinate>
  41. (You can cut this information from your turn report)
  42.  
  43. In addition if you have use the program Dist to compute the
  44. various distances between planets, you can create an input
  45. file for this program from the output files of makemap,
  46. using:
  47.  
  48.    cat pl* >>all_planets         (UNIX)
  49.    join pl#? to all_planets      (Amiga)
  50.  
  51. REQUIREMENTS:
  52.  
  53. o Gnu plot.
  54. o a standard amiga 1200.
  55.  
  56.  
  57. BUGS:
  58.  
  59. If you find any bugs put them in a jar and send them to
  60.  
  61. slothoub@xs4all.nl
  62.  
  63. Same goes for any comments, suggestions, or new caves.  Flames
  64. can be directed to the sun.
  65.  
  66.   Enjoy.
  67.   Frans.
  68.  
  69.  
  70. ============================= Archive contents =============================
  71.  
  72. Original  Packed Ratio    Date     Time    Name
  73. -------- ------- ----- --------- --------  -------------
  74.    19156   11858 38.0% 27-Aug-95 18:21:40 +MakeMap
  75.     8782    2887 67.1% 27-Aug-95 18:21:40 +MakeMap.c
  76.      835     386 53.7% 27-Aug-95 18:21:40 +MakeMap.info
  77.       35      35  0.0% 27-Aug-95 18:21:38 +SCOPTIONS
  78. -------- ------- ----- --------- --------
  79.    28808   15166 47.3% 29-Aug-95 09:28:34   4 files
  80.